html {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

body {
	text-align: center;
	min-height: 100%;
	min-width: 300px;
	padding-top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../img/common/template/UKG-Login.png");
}

.form-group input {
	border-radius: 6px;
}

.bold {
	font-weight: bold;
}

.centeringContainer {
	margin: 0 auto;
	text-align: left;
	height: 100%;
	overflow: hidden;
	display: flex;
}

.centeringContainer:before,
.centeringContainer:after {
	content: " ";
	display: table;
}

.centeringContainer:after {
	clear: both;
}

@media (min-width:900px) and (min-height: 600px) {
	#changePassword.centeringContainer {
		min-height: 55rem;
		position: relative;
	}
}

#changePassword .centerMain {
	padding: 2rem;
}

.centerFooter {
	height: 125px;
	background-color: #fff;
}

.centerHeader {
	height: 20px;
}

.centerHeader.smaller, .centerFooter.smaller {
	height: 30px;
}

.ukg-logo {
	background-image: url('../../img/common/kronos-icons/UKG-teal-lg.svg');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	min-height: 30px;
	margin: 0;
	background-size: contain;
}

.centeringContainer.longCenterMain {
	height: auto;
	align-items: center;
	justify-content: center;
}

/* ipad mini height*/
@media (min-height: 1023px) {
	.centeringContainer.longCenterMain {
		height: 100%;
	}
}

.longCenterMain .centerMain {
	position: static;
	transform: none;
}

.centerMain {
	background-color: #fff;
	padding: 3.5rem 2.1rem;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .09), 0 0 18px 0 rgba(0, 0, 0, .08);
	border-radius: 10px;
}

.centerMain .alert-info {
	background-color: #d7e7f5;
}

.logoMain {
	background-image: url('../../img/common/template/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	width: 156px;
	display: inline-block;
	float: left;
	margin: 35px 0 0 30px;
}

/*HEADER*/
.largeHeader {
	font-family: "Noto Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #005151;
	font-size: 170%;
	vertical-align: bottom;
	line-height: 100%;
	cursor: default;
	min-width: 285px;
	margin: 30px 0px 40px 10px;
}

.largeHeader .appName {
	font-size: 24px;
	white-space: normal;
	text-align: left;
	text-transform: none;
	display: block;
	min-height: 1.8rem;
	margin-top: .5rem;
	line-height: 100%;
}

span, p, a, .mfaAccountName, label, .policy, .alert {
	font-size: 14px;
}

.logoMain.small {
	background-image: url('../../img/common/kronos-icons/logo-xsmall.png');
	margin: 20px 0 0 20px;
}

.versionNumber, .trademark {
	font-size: 40%;
	line-height: 100%;
	cursor: default;
	font-weight: normal;
	padding: 0;
}

.versionNumber {
	text-transform: capitalize;
	color: #c7dff4;
	display: block;
	padding-right: 15px;
	text-align: right;
}

.trademark {
	vertical-align: bottom;
	font-weight: 100;
	font-size: 25%;
}

.loginFormContainer .text-primary {
	color: #016CA2 !important;
}

.loginFormContainer a.text-primary:hover, a.text-primary:focus {
	color: #005680 !important;
}

/*LOGIN AREA*/
.loginPanel .buttonContainer, .loginMessage .buttonContainer {
	margin: 20px 0;
}

.loginMessage {
	color: black;
	line-height: 120%;
	cursor: default;
	margin-top: 20px;
}

.loginMessage .buttonContainer button {
	margin-left: 0;
}

.loginPanel label, .loginLogoutHeader, .environment, .loginPanel .form-group label {
	color: black;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

#loginForm div label {
	color: unset;
}

.environment {
	display: block;
	clear: left;
	text-transform: capitalize;
	cursor: default;
	font-size: 90%;
}

.loginPanel label, .loginLogoutHeader, .environment, .logoutMessage, .versionNumber, .largeHeader, .mfaMessage, .mfaDropdownTitle, .authCodeTitle {
	overflow: hidden;
	text-overflow: ellipsis;
}

input#username::placeholder, input#password::placeholder {
	color: transparent;
}

input#username, input#password,  .loginInput {
	padding-top: 25px;
}

label.label-text {
	margin-top: -45px;
	position: absolute;
	margin-left: 11px;
}

.form-group input.error, .form-group input.user-error, .form-group.has-error input {
	margin-bottom: 0;
	border: 2px solid #DC0C22;
}

.form-group input.error:focus, .form-group input.user-error:focus, .form-group.has-error input:focus {
	box-shadow: none;
	margin-bottom: 0;
	border: 2px solid #DC0C22;
}

input:focus, input.form-control:focus, .inputSelect:focus {
	outline: none;
	box-shadow: 0 0 0 2px #3c96c3;
}

/*LOGOUT AREA*/
.logoutPanel {
	color: black;
	cursor: default;
	padding-top: 5px;
}

.logoutMessage, .mfaDropdownTitle, .authCodeTitle {
	margin: 0 0 5px 0;
	font-size: 90%;
	color: black;
}

.logoutMessage .plainTextLink {
	color: black;
	font-size: 100%;
}

.loginLogoutHeader {
	display: block;
	font-size: 125%;
	line-height: 130%;
	padding-bottom: 5px;
	color: black;
}

.successfulLogout, .sessionExpired, .loginWarning {
	padding: 5px 0;
}

.successfulLogout, .sessionExpired, .loginWarning {
	background-image: none;
}

.mfaMessage {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: black;
}

button.btn-blue-wft, button.btn-blue-wft:active, .btn {
	background-color: #0176B2;
	border-color: #0176B2;
	color: #FFFFFF;
	padding: 2px 12px;
	width: 100%;
	height: 50px;
	font-size: 15px;
	border-radius: 26px;
	font-family: "Noto Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

button.btn-blue-wft:hover, a.btn-blue-wft:hover {
	background-color: #005C89;
	border-color: #005C89;
	color: #fff;
}

button.btn.dropdown-toggle {
	border-radius: 6px;

}

button.btn-blue-wft:focus, a.btn-blue-wft:focus {
	color: #fff;
	outline-offset: 2px;
}

button.btn-orange-wft, button.btn-orange-wft:active, a.btn-orange-wft {
	background-color: #0176B2;
	border-color: #0176B2;
	color: #fff;
}

a.btn-orange-wft, a.btn-blue-wft {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-default {
	background-color: transparent;
	border: 1px solid #999;
	color: #000000;
}

button.btn.dropdown-toggle {
	border-radius: 6px;
}

.form-control:-webkit-autofill, .form-control:-webkit-autofill:focus {
	background-color: #fff !important;
	box-shadow: 0 0 0 500px white inset;
	-webkit-transition: none !important;
}

.form-control:-webkit-autofill:focus {
	box-shadow: 0 0 0 500px white inset, 0 0 0 2px #3c96c3;
}

.form-control[disabled]:-webkit-autofill, .form-control[disabled]:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 500px #eee inset !important;
}

.centerMain .positionRelative {
	height: 100%;
}

.loginScrollContainer {
	padding: 0px 15px;
	position: relative;
	width: 100%;
	overflow: visible;
}

.floatRight {
	position: absolute;
	cursor: pointer;
	top: 80px;
	right: 30px;
	color: rgba(0, 0, 0, 0.42);
	transform: scale(1);
}

@media (max-width: 767px) {

	body {
		background-image: none;
	}

	.largeHeader.smaller .appName {
		font-size: 100%;
		font-weight: 500;
		margin-top: 30px;
	}

	.environment {
		font-size: 90%;
	}

	.versionNumber {
		font-size: 50%;
	}

	.largeHeader.smaller {
		font-size: 140%;
		margin-top: 0;
	}

	.centerHeader {
		height: 10px;
	}

	.centerMain {
		height: 90%;
		box-shadow: none;
		margin-top: -50px;
		width: 100%;
		left: 50%;
	}

	.loginScrollContainer {
		width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.trademark {
		float: right;
	}

	.loginFormContainer {
		padding-top: 0;
	}

	.centerFooter {
		display: none;
	}

	.floatRight {
		cursor: pointer;
	}

	input#password {
		padding-right: 50px;
	}
	.ukg-logo {
		margin-top: 50px;
	}

	.ukgLoginContainer .largeHeader {
		margin-left: 0;
	}
}

@media (max-height: 200px) and (orientation: landscape) {

	body {
		min-height: 100%;
	}

	.centerMain {
		min-height: 100%;
		max-height: 100%;
		width: 100%;
		overflow-y: auto;
		margin-top: 0;
	}
}

@media (max-width: 320px) {
	.centerMain {
		width: 100%;
		padding: 1.5rem;
		position: relative;
		overflow-y: auto;
	}

	.largeHeader.smaller {
		min-width: 100%;
	}

	.largeHeader.smaller .appName {
		font-size: 90%;
	}

	body {
		min-width: 100%;
	}
}

.btn-group.dropdown {
	width: 100%;
}

.dropdown-toggle:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 7px;
	height: 7px;
	border: none;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	right: 10px;
	top: 10px;
	margin-top: 10px;
}

#languagesButton {
	width: 100%;
	background: #fff;
	color: #000000;
	text-align: left;
	border-radius: 6px;
	margin-top: 15px;
	padding-top: 25px;
}

button:focus, .btn-blue-wft:focus, #languagesButton:focus {
	outline: 2px solid #3C96C3;
}

.loginScrollContainer .selectableLink a {
	font-size: .8rem;
}

.loginInput, #languagesButton, .inputSelect {
	height: 50px;
	border-radius: 6px;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-ms-reveal {
	display: none;
}

input[type="password"] {
	-moz-appearance: textfield;
}

@supports (-ms-ime-align: auto) {
	input[type="password"] {
		-ms-reveal: none;
	}
}

input#password {
	padding-right: 50px;
}

#uiError, .uiError {
	display: flex;
	color: #DC0C22;
	font-size: 12px;
	align-items: center;
	margin: -12px 10px 12px 0px;
}

#uiError span, .uiError span, .text-danger span {
	font-size: 12px;
}

.loginFormContainer .has-error .text-danger {
	color: #DC0C22;
}

#loginError {
	margin-right: 10px;
}

#languages {
	width: 100%;
}

#pwdReset .largeHeader {
	margin: 1rem 0 1rem 0;
}

#pwdReset a {
	color: #0176B2;
}

#pwdResetInfo .centerMain {
	padding: 9rem 2.1rem;
}

.centerMain svg.ukg-icon-email {
	width: 3rem;
	color: #17978E;
	outline: 3px solid #17978E;
	outline-offset: 1rem;
	border-radius: 50%;
	margin-bottom: 3rem;
}

body > div > div.centerMain > div.row.positionRelative > div > div.loginFormContainer > div > div.input-group-btn.btn-group.dropdown.show {
	display: inline-block;
}

.ukgLoginContainer .largeHeader {
	margin: 1rem 0 1rem 0;
}

#pwdReset a {
	color: #0176B2;
}

#pwdResetInfo .centerMain {
	padding: 9rem 2.1rem;
}

label#label_locales {
	position: absolute;
	z-index: 5;
	margin-left: 14px;
	margin-top: 20px;
}

#passwordChangeForm .floatRight, #pwdResetSetNewPasswordForm .floatRight {
	top: 14px;
	right: 20px;
}

#mfaTypeEnumForm .form-group {
	line-height: 0.5rem;
	margin-bottom: 2.5rem;
}

#mfaTypeEnum {
	padding-left: 10px;
}

.loginFormContainer select {
	padding-top: 1.2rem;
	padding-left: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" height="30" width="30" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"></path><path fill="currentColor" fill-rule="nonzero" d="m8.71 11.71 2.59 2.59c.39.39 1.02.39 1.41 0l2.59-2.59c.63-.63.18-1.71-.71-1.71H9.41c-.89 0-1.33 1.08-.7 1.71z"></path></g></svg>'); /* Custom caret shape */
	background-repeat: no-repeat;
	background-position: 97%;
}

.loginFormContainer .text-danger span {
	color: #DC0C22;
	font-size: 12px;
}

.loginFormContainer #param_error .icon-k-attention {
	margin-right: 7px;
}
